/* Row css */

.pagemanager ul{
	width: 100%;
	overflow: hidden;
	clear: both;
	padding-bottom: 0;
}

/* Item css */

.pagemanager li.item{
	float: left;
	overflow: hidden;
}

/* One block */
.pagemanager .one-block li.item{
	width: 100%;
}

/* Two blocks */
.pagemanager .two-blocks li.item{
	width: 48%;
	margin-left: 4%;
}
.pagemanager .two-blocks li.first{
	margin-left: 0;
}

/* Three blocks */
.pagemanager .three-blocks li.item{
	width: 32%;
	margin-left: 2%;
}
.pagemanager .three-blocks li.first{
	margin-left: 0;
}

/* Four blocks */
.pagemanager .four-blocks li.item{
	width: 24%;
	margin-left: 1.3%;
}
.pagemanager .four-blocks li.first{
	margin-left: 0;
}

/* Five blocks */
.pagemanager .five-blocks li.item{
	width: 19.1%;
	margin-left: 1.1%;
}
.pagemanager .five-blocks li.first{
	margin-left: 0;
}

/* Six blocks */
.pagemanager .six-blocks li.item{
	width: 16%;
	margin-left: 0.8%;
}
.pagemanager .six-blocks li.first{
	margin-left: 0;
}


/* Image css */

/* Toplist css */

.toplist ol{
	overflow: hidden;
	clear: both;
	padding-bottom: 10px;
}

.horizontal_with_images li{
	float: left;
	width: 32%;
	margin-left: 2%;
	overflow: hidden;
}
.horizontal_with_images li.first{
	margin-left: 0;
}
.horizontal_with_images li img{
	width: 100%;
}
.vertical_productname ul{
	border-top: 1px dashed #EFEFEF;
}
.vertical_productname li{
	border-bottom: 1px dashed #EFEFEF;
	padding: 3px 10px;
}
.vertical_with_images li{
	border-bottom: 1px dashed #EFEFEF;
	padding: 3px 10px;
}

.pagemanager h2,
.product-essential .product-name h1,
#customer-reviews h2,
.category-title h1,
.page-title h1,
.category-products h1,
.cms-page-view .col-main h2 {
	
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin: 20px 0;
	padding: 16px;
	text-align: center;
	text-transform: uppercase;
	width: 88%;
}

.product-essential .product-name h1,
#customer-reviews h2,
.category-products h1 {
    margin: 0 0 20px 0;
}

/* Second Row */
.cms-index-index ul.row-2.one-block p {
	margin: 0;
}

.cms-index-index ul.row-2.one-block img {
	width: 100%;
}

.cms-index-index .pagemanager ul {
	margin-bottom: 10px;
}


/* Third Row*/
/*.cms-index-index .row-3 li.first {
	float: left;
	margin: 0 10px 0 0;
	width: 66%;
}

.cms-index-index .row-3 li.last {
	float: right;
	width: 32%;
}

.cms-index-index .row-3 img{
	width: 100%;
}*/

/* Product Row */
.price-container {
    background: #6d6c6c;
    margin-left: 8px;
    display: inline-block;
    font-family: OpenSansRegular;
    font-size: medium;
    color: #000000;
    height: 34px;
    text-shadow: 0px 0px #000000;
    white-space: nowrap;
    margin-top: 18px;
    width: 52%;
    border: 1px solid #00000047;
}

.cms-index-index .products-grid .button,
.products-without-filter .button {
	background: #fe5c1a;
	width: 100%
}

.cms-index-index .button-container {
	padding: 0;
}

.cms-index-index .products-grid .product-image {
	margin: 0;
}

.cms-index-index .products-grid .price-box,
.products-without-filter  .price-box {
    text-align: center;
}

.cms-index-index .old-price .price,
.products-without-filter .old-price .price {
	display: none;
}

.cms-index-index .special-price .price,
.products-without-filter .special-price .price {
	color: #fff;
}

.category-find-manufacturer .pagemanager .two-blocks li.item {
	margin-left: 0;
}

.products-without-filter .price-container {
	padding: 0;
}

.products-without-filter {
	margin-bottom: 20px;
}